5.1 Configuring web.oauth2 for user-based authentication
The MyID Core API guide contains details of configuring the web.oauth2 authentication server for user-based authentication using PKCE. Follow the instructions in the Configuring the authentication service for PKCE section, setting the following:
-
ClientId – set this to an ID for your intranet; for example:
myid.intranet
-
RedirectUris – add the location of your intranet page to which the authorization code will be returned.
For example:
"RedirectUris": [
"https://react.domain31.local/mysystem/callback.asp"
]